|
READ MEMBLOCK
Create a memblock from the currently open file.
READ MEMBLOCK File Number, Memblock Number
File Number
Integer
The file number
Memblock Number
Integer
The memblock number
This command does not return a value.
The file must contain a memblock created with the WRITE MEMBLOCK command, at the exact position within the file. You must specify the file and memblock numbers using integer values.
cls
open to read 1,"data.dat"
read memblock 1,1
close file 1
do
loop
end
FILE Commands Menu
Index
|